@charset "utf-8";

/* CSS Document */
/* reset */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

address,
caption,
cite,
code,
dfn,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

h5,
h6 {
	font-weight: inherit;
	font-size: 100%;
}

h1 {
	font-weight: inherit;
	font-size: 250%;
	font: bold;
}

h2 {
	font-weight: inherit;
	font-size: 110%;
	font: bold;
	text-align: center;
}

h3 {
	font-weight: inherit;
	font-size: 200%;
	font: bold;
	text-align: center;
}

h4 {
	font-weight: inherit;
	font-size: 100%;
	padding-left: 50px;
}

html {
	background: #fff;
}

body {
	font-size: 14px;
	font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	letter-spacing: 0.01em;
	color: #333;
	background: #fff;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

* {
	margin: 0px;
	padding: 0px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease, background-position 0s;
}

a:focus {
	outline: 0;
}

/* HTML5�򥻳]�w */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

.btn.btn-deepgreen {
	background-color: #25bfa1;
	border-color: #25bfa1;
	color: #efefef;
}
.btn.btn-deepgreen:hover {
	color: rgba(255, 230, 69, 0.86);
}

/* 玉山xUUPON */
.fixbox {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-family: "Century Gothic", "微軟正黑體", sans-serif;
	background-color: #2c2c2c;
	display: flex;
	justify-content: space-between;
}

.fixbox ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
}

.fixbox ul li:first-of-type {
	padding: 0 0 0 0px;
}

.fixbox ul li {
	/* float: left; */
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
}

.fixbox ul li a {
	display: block;
	padding: 0 0 0 30px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #c5eaff;
	font-family: "Century Gothic", "微軟正黑體", sans-serif;
}

.fixbox ul li .uuponlogo {
	display: block;
	background: url(../img/menu_PC_1_on.png) no-repeat right top;
	width: 190px;
	height: 50px;
	transition: all .5s;
}

.fixbox ul li .esbanklogo {
	display: block;
	background: url(../img/esbank.png) no-repeat center top;
	width: 194px;
	height: 50px;
}

.fixbox ul li:nth-of-type(2) a {
	padding: 0;
}

.fixbox_2 {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 50px;
}

.fixbox_2 ul li a {
	display: block;
	padding: 0 0 0 30px;
	text-align: center;
	color: #c5eaff;
	font-family: "Century Gothic", "微軟正黑體", sans-serif;
	cursor: pointer;
}

.fixbox_2 ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	font-family: "Century Gothic", "微軟正黑體", sans-serif;
	background-color: #f7f7f7;
}

.fixbox .logout_wrap {
	position: absolute;
	right: 0;
}

.fixbox .logout_wrap a {
	line-height: 50px;
}

@media only screen and (max-width: 414px) {
	.fixbox ul {
		padding: 0 15px;
		justify-content: space-between;
		width: 80vw;
		margin-right: 15vw;
	}

	.fixbox ul li {
		width: calc(100vw / 2);
		height: auto;
	}

	.fixbox ul li .uuponlogo,
	.fixbox ul li .esbanklogo {
		padding-left: 0;
		width: auto;
		background-size: contain;
		background-position: center center;
	}

}


/* �@�� */
.inner,
.inner-static {
	padding: 0 40px;
	clear: both;
	/* overflow: hidden; */
}
.inner-img {
	margin: 0 auto;
	text-align: center;
	width: 40%;
}
.inner-static {
	max-width: 1000px;
	margin: 0 auto;
}

.esuntitle {
	margin: 1em auto 0.5em;
	font-size: 2.57rem;
	text-align: center;
}

p {
	font-size: 15.5px;
	margin: 10px 14px 0 14px;
	line-height: 24px;
}

@media (min-width: 701px) and (max-width: 1200px) {
	.inner {
		padding: 0 30px;
	}
}

@media (max-width: 667px) {
	.title {
		margin: 3em 0 .8em 0;
	}

	.title img {
		height: 3em;
		width: auto;
	}

	p {
		font-size: 14px;
		margin: 15px 10px 0 10px;
	}
	.inner-img {
		width: 100%;
	}
}

@media (max-width: 568px) {
	.title {
		margin: 0;
	}
}

@media (max-width: 320px) {

	.inner,
	.inner-static {
		padding: 0 20px;
	}
}

/* kv */
.kv {
	position: relative;
	top: 50px;
	height: 100vh;
	min-height: 768px;	
	font-size: 0;
	text-align: center;
	background-image: url("kv_bg_2.png") , url("mall_deco-righttop.png") ;
	background-position: top right, -2% 300px;
	background-size: 50%, 40%;
	background-repeat: no-repeat, no-repeat;
	overflow: hidden;
}

.kv h1 {
	color: #000
}

.kv_cont {
	position: relative;
	margin: 0 auto;
	width: 50vw;
}

.kv_cont img {
	max-width: 100%;
	height: auto;
	/* margin: 0 85px; */
}

.kv_pic {
	margin: 15% auto 0;
		
}
.kv_pic a {
	max-width: 100%;
	position: absolute;
	left: 15%;
	bottom: -80px;
	z-index: 5;
}


.cardList {
	position: absolute;
	width: 30vw;
	margin: 0 auto;
	right: 10%;
	top: 180px;
	z-index: 5;
}

.cardList li {
	max-width: 100%;
	padding: 0 1%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}



@media (min-width: 813px) and (max-width: 1200px) {
	.kv_cont {
		width: 70vw;
	}
	.kv_pic a{
		width: 65%;
		left: 0;
		bottom: -80px;
	}
	.cardList {
		width: 35%;
		right: 0;
		/* top: 20%; */
	}

	.innerform .kv_pic a {
		width: 35%;
	}
	.kv {		
		/* background-position: top right, -10% 60%; */
	}
}

/* @media (min-width: 701px) {

	/* .kv_cont{ display: flex; justify-content: center; } */
	/* .kv_pic {
		width: 50%;
		margin: 0 auto;
		left: -20%;		
	} */
/* } */

@media (min-width: 701px) and (max-width: 812px) {
	.kv {
		/* background-position: top right, -15% 30%; */
		background-size: 50%, 50%;
	}
	.kv_cont {
		width: 60vw;
	}
	.kv_pic {
		margin: 15% auto 0;		
	}
	.kv_pic a{
		width: 50%;
		left: 0;
		bottom: -50px;
	}

	.cardList {
		width: 40%;
		right: -5%;
		/* top: 15%; */
	}
}

@media (max-width: 700px) {
	.kv {
		height: 800px;
		line-height: 0;
		background-image: url('kv_bg_2.png');
		background-size: contain;
	}
	.kv_cont {
		width: 90%;
	}
	.kv_pic {
		margin: 20% auto 0;
	}
	.kv_pic a{
		width: 70%;
		bottom: -70px;
		left: 0;
	}
	.cardList {
		width: 50%;
		/* top: 42.5%; */
		top: 320px;
		left: 0;
		right: 0;
	}

	.innerform .kv {
		height: 600px;
	}

	.innerform .kv_pic a {
		width: 40%;
		bottom: -60%;
	}
	.innerform .cardList {
		width: 60vw;
		bottom: 10%;		
	}
}

@media (max-width: 667px) {
	.kv {
		height: 100vh;
	}
	
	.cardList {
		width: 50vw;
		top: 300px;
		left: 0;
		right: 0;
	}
	.innerform .kv {
		height: 100vh;
	}
	.innerform .cardList {
		bottom: 15%;	
	}
}


@media (max-height: 360px ) {
	.kv {
		height: 800px;
	}
	
}

@media (max-width: 568px) {
	.kv_pic img {
		margin: 0;
	}
	.cardList {
		width: 70vw;
		bottom: auto;
		top: 280px;
		right: 0;
		left: 0;
		margin: auto;
	}

	.innerform .cardList {
		bottom: 15%;
		width: 80%;
	}
}

@media screen and  (max-width: 500px) {
	.cardList {
		width: 80vw;
		top: 280px;
	}
	.innerform .cardList {
		width: 100vw;
	}
}


@media screen and (max-width: 400px) {
	.cardList {
		top: 230px;
	}
}

@media (max-width: 320px) {
	.kv_pic {
		width: 100%;
		right: 0%;
	}

	.cardList {
		display: none;
	}

	.innerform .kv_pic a {
		bottom: -30px;
	}
	.innerform .kv {
		height: 300px;
	}
}


@media (min-height: 1366px) {
	.kv {
		height: 800px;
		/* background-position: top right , -10% 60%; */
	}
}

/* U Bear */
.mall {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 5;
} 

.mallList li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -0.3em;
	box-sizing: border-box;
	padding: 40px 20px 20px 20px;
}

/*�R���� ���E��*/
/*.shopping-1 .inner{border-top: 1px solid #333333;}*/
.shopping-1 .shopping_btn {
	position: relative;
	display: inline-block;
	font-size: 28px;
	letter-spacing: 3px;
	border-radius: 7px;
	/* margin: 0 30px 0 30px; */
	background-color: #eb6847;
}
.shopping-1 .shopping_btn .btn {
	display: block;
	width: 100%;
	width: 350px;
	height: 50px;
	line-height: 50px;
}

.shopping-1 .shopping_btn a:hover {
	color: #ffe645db;
}

.shopping-1 .left {
	left: 5vw;
	margin-right: 250px;
	background-color: #25bfa1;
}

.shopping-1 .title_one {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	border-bottom: 7px solid #ffe74c;
	width: 370px;
	padding: 0 10px;
}

.shopping-1 h2 {
	font-size: 38px;
	letter-spacing: 8px;
	color: #00a99d;
}

.shopping-1 .activity_one {
	position: absolute;
	font-size: 14px;
	left: 0;
	right: 0;
	bottom: -30px;
}


.shopping-1 .activity_one li,
.activity_two li {
	padding: 10px;
	/* right: -300px; */
	position: relative;
}

.shopping-1 .activity_two {
	margin-left: 20px;
}

.shopping-1 .activity_title h3 {
	font-size: 34px;
	letter-spacing: 5px;
	color: #333333;
	line-height: 42px;
}

.shopping-1 .activity_title span {
	background-color: #ffe74c;
	border-radius: 30px;
}

.shopping-1 .activity_content h4 {
	font-size: 82px;
	letter-spacing: 5px;
	color: #ea6564;
	font-weight: bold;
	margin-left: -70px;
	font-style: italic;
}

.shopping-1 .activity_content span {
	font-size: 42px;
	color: #ea6564;
}

.shopping-1 .activity_two h4 {
	margin-left: -30px;
}

.shopping-1 p {
	color: #6b6969;
	margin: 0 0 0 80px;
	letter-spacing: .5px;
	width: calc(100% - 30px);
}


.shopping-1:before,
.shopping-1:after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
}

.shopping-1:before {
	top: -350px;
	right: 0;
	background: url() left 0 no-repeat;
}

.shopping-1:after {
	bottom: 0;
	left: 0;
	background: url() 0 no-repeat;
}

/*momo�M�ݭ���§*/
.shopping-2 .title_one {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	border-bottom: 7px solid #ffe74c;
	width: 420px;
	padding: 0 10px;
}

.shopping-2 h2 {
	font-size: 38px;
	letter-spacing: 6px;
	color: #00a99d;
}

.shopping-2 .activity_one {
	margin-right: 20px;
}

.shopping-2 .activity_one,
.activity_two {
	padding: 10px;
}

.shopping-2 .activity_two {
	margin-left: 20px;
}

.shopping-2 .activity_title h3 {
	font-size: 34px;
	letter-spacing: 5px;
	color: #333333;
	line-height: 42px;
	margin-left: 10px;
}

.shopping-2 .activity_title span {
	background-color: #ffe74c;
	border-radius: 30px;
}

.shopping-2 .activity_content h4 {
	font-size: 82px;
	letter-spacing: 5px;
	color: #ea6564;
	font-weight: bold;
	margin-left: 40px;
	font-style: italic;
}

.shopping-2 .activity_content span {
	font-size: 42px;
	color: #ea6564;
}

.shopping-2 p {
	color: #6b6969;
	margin: 0 10px 0 10px;
	letter-spacing: 1px;
}

.shopping-2 {
	background-color: #fff;
}

.notice_page2 {
	font-size: 16px;
	line-height: 1.6em;
	color: #666;
	background-color: #f7f7f7;
	padding: 30px 0;
	margin: 150px 50px 50px 50px;
	text-align: left;
}

.notice_page2 .inner h2:not(:last-child) {
	margin-top: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */

}

input[type=number] {
	margin-top: 20px;
	width: 100%;
	max-width: 700px;
	height: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
}

input[type='text'] {
	/* margin-top: 20px; */
	width: 100%;
	max-width: 700px;
	height: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
}


/* .uucard {
	display: block;
	margin-left: auto;
	margin-right: auto;
} */

.agreement {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.agreement label {
	text-align: left !important;
}
.agreement label span{
	text-decoration: underline;
	cursor: pointer;
	color: #f44336;
}
#detailInfo {
	width: 80%;
	display: none;
}
#detailInfo .notice_page2 {
	margin: 50px;
}

#detailInfo .card-text {
	width: 80%;
	margin: 50px auto 0;
	padding: 30px;
	border-radius: 5px;
	background-color: #f7f7f7;
	font-size: 16px;
}
#detailInfo .card-text ul {
	margin-left: 20px;	
}
#detailInfo .card-text ol {
	margin-left: 20px;
	list-style: disc;
}
#detailInfo .card-text .orange li {
	color: rgb(235, 104, 71);
}

#detailInfo .card-text li {
	line-height: 1.875em;
}
#detailInfo .card-text .noticeList {
	list-style: decimal;
	color: #666666;
}
#detailInfo .card-text .noticeList h5{
	font-size: 16px;
}
#detailInfo .card-text .noticeList li {
	margin-left: 30px;
}

#detailInfo .btn-group {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
#detailInfo .btn-group .btn {
	max-width: 150px;
}


.title_btn {
	width: 100%;
	max-width: 700px;
	background-color: #25bfa1;
	border-radius: 8px;
	margin: 30px auto;
	margin-bottom: 20px;
}

.title_text {
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-family: "Microsoft JhengHei", 微軟正黑體;
}
.title_text input[type="button"] {
	padding: 15px;
	background-color: #25bfa1;
	border: 0 none;
	display: block;
	text-align: center;
	border-radius: 5px;
	width: 100%;
}

.title_a {
	width: 100%;
}

.page2_title {
	float: left;
	padding-left: 10px;
}

.fixbox .logout_wrap {
	text-align: right;
	font-size: 16px;
}

.logout_a {
	color: #efefef;
	padding-right: 10px;
}

.notice_list h4 {
	text-align: center;
}
.notice_list h3 {
	color: #25bfa1;
}


@media (max-width: 1024px) {
	.mallList li {
		width: 50%;
		padding: 40px 8px 10px 8px;
	}
	.shopping-1 .shopping_btn {
		width: 50vw;
	}
	.shopping-1 .shopping_btn .btn {
		width: 100%;
	}
	.shopping_btn.left {
		left: 0;
		right: 0;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.shopping_btn.right {
		left: 0;
		right: 0;
	}

	.mall .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.shopping-1 .activity_one li,
	.activity_two li {
		padding: 0 0 0 10px;
	}

	.shopping-1 .activity_two {
		margin-left: 0;
	}

	.shopping-1 .activity_title h3 {
		font-size: 31px;
		letter-spacing: 1px;
	}

	.shopping-1 .activity_content h4 {
		font-size: 80px;
		margin-left: -12px;
	}

	.shopping-1 p {
		color: #6b6969;
		margin: 0 0 0 180px;
		letter-spacing: .5px;
		width: calc(100% - 30px);
	}
	

	.shopping-2 .activity_one li,
	.activity_two li {
		padding: 0 0 0 10px;
	}

	.shopping-2 .activity_one {
		margin-right: 0;
	}

	.shopping-2 .activity_two {
		margin-left: 0;
	}

	.shopping-2 .activity_title h3 {
		font-size: 31px;
		letter-spacing: 1px;
	}

	.shopping-2 .activity_content h4 {
		font-size: 76px;
		margin-left: 38px;
	}

	.shopping-2 .activity_content span {
		font-size: 31px;
	}

	.notice_page2 {
		margin: 50px;
	}

	.notice_list {
		padding-left: 5%;
	}

	h4 {
		font-weight: inherit;
		font-size: 100%;
		padding-left: 0px;
	}
	
}

@media (max-width: 820px) {
	.shopping-1 p {
		color: #6b6969;
		margin: 0 0 0 10px;
		letter-spacing: .5px;
		width: calc(100% - 30px);
	}

	.notice_list {
		padding-left: 0;
	}
}

@media (max-width: 768px) {

	.shopping-1 .shopping_btn {
		width: 50vw;
		font-size: 26px;	
		/* margin: 0 auto; */
		/* padding: 10px 80px; */
	}

	.mall {
		bottom: 15%;
	}


	.shopping-1 .shopping_btn .activity_one {
		letter-spacing: 0;
		white-space: nowrap;
	}

	.shopping-1 .title_one {
		border-bottom: 6px solid #ffe74c;
		width: 365px;
	}

	.shopping-1 h2 {
		font-size: 36px;
		letter-spacing: 8px;
	}

	.shopping-1 .activity_title h3 {
		font-size: 28px;
	}

	.shopping-1 .activity_content h4 {
		font-size: 72px;
	}


	.shopping-1 p {
		color: #6b6969;
		margin: 0 0 0 10px;
		letter-spacing: .5px;
		width: calc(100% - 30px);
	}
	
	.shopping-2 .title_one {
		border-bottom: 6px solid #ffe74c;
		width: 390px;
	}

	.shopping-2 h2 {
		font-size: 36px;
		letter-spacing: 4px;
	}

	.shopping-2 .activity_title h3 {
		font-size: 28px;
		letter-spacing: 1px;
	}

	.shopping-2 .activity_content h4 {
		font-size: 70px;
		letter-spacing: 3px;
	}

	.shopping-2 .activity_content span {
		font-size: 28px;
	}
	.notice_page2 {
		margin: 0 50px;
	}
}


@media (max-width: 667px) {
	.mallList {
		margin: 0 -5px;
		text-align: center;
	}

	.mallList li {
		width: 85%;
	}

	.mallList li:empty {
		display: none;
	}

	.mall {
		bottom: 20%;
	}

	.shopping-1 .title_one {
		width: 430px;
		margin: 0 auto;
	}

	.shopping-1 h2 {
		font-size: 48px;
	}

	.shopping-1 .activity_title h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.shopping-1 .activity_content h4 {
		font-size: 78px;
	}

	
	.shopping-2 .title_one {
		width: 480px;
		margin: 0 auto;
	}

	.shopping-2 h2 {
		font-size: 48px;
	}

	.shopping-2 .activity_title h3 {
		font-size: 40px;
	}

	.shopping-2 .activity_content h4 {
		font-size: 78px;
	}

	.shopping-2 .activity_content span {
		font-size: 36px;
	}

	.shopping-1 p {
		font-size: 14px;
		margin: 15px 15px 0 5px;
		/* position: absolute; */
		right: 20px;
	}
	#detailInfo {
		width: 100%;
	}
	#detailInfo .card-body {
		padding: 1.25rem 0;
	}
	#detailInfo .card-text {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 568px) {
	.shopping-1 .inner {
		border-top: none;
	}

	.shopping-1:before {
		background: none;
		display: none;
	}

	/* .shopping-1 .shopping_btn {
		margin: 20px 10px;
	} */

	.notice_page2 {
		font-size: 16px;
		line-height: 1.6em;
		color: #666;
		background-color: #f7f7f7;
		padding: 30px 0;
		margin: 0px;
		text-align: left;
	}
	.shopping-1 .shopping_btn  {
		margin: 0 auto 20px;
		display: block;
	}
	.shopping-1 .shopping_btn .btn {
		width: 100%;
	}
}

@media (max-width: 414px) {

	.mall {
		bottom: 15%;
	}

	.shopping-1 .title_one {
		width: 230px;
		margin: 0 auto;
	}

	.shopping-1 h2 {
		font-size: 48px;
	}

	.shopping-1 h2 img {
		width: 22%;
	}

	.shopping-1 .activity_title h3 {
		font-size: 36px;
		line-height: 50px;
	}

	.shopping-1 .activity_content h4 {
		font-size: 76px;
	}

	.shopping-1 p {
		margin: 0 auto
	}
	.shopping-1 .activity_one {
		margin-right: 0;
	}

	.shopping-1 .activity_one li,
	.activity_two li {
		padding: 0;
	}

	.shopping-2 .title_one {
		width: 280px;
		margin: 0 auto;
	}

	.shopping-2 h2 {
		font-size: 48px;
	}

	.shopping-2 h2 img {
		width: 22%;
	}

	.shopping-2 .activity_title h3 {
		font-size: 36px;
	}

	.shopping-2 .activity_content h4 {
		font-size: 62px;
		margin-left: -10px;
	}

	.shopping-2 .activity_content span {
		font-size: 26px;
	}

}

@media (max-width: 375px) {
	.shopping-1 .shopping_btn {
		font-size: 24px;
		/* padding: 10px 70px; */
	}
}

@media (max-width: 320px) {
	.shopping-1 .shopping_btn {
		font-size: 22px;
		/* padding: 10px 55px; */
		letter-spacing: 3px;
	}

	.mallList li {
		width: 90%;
	}

	.shopping-1 .title_one {
		width: 200px;
		margin: 0 auto;
	}

	.shopping-1 h2 {
		font-size: 44px;
	}

	.shopping-2 .title_one {
		width: 250px;
		margin: 0 auto;
	}

	.shopping-2 h2 {
		font-size: 44px;
	}
}

@media (min-width: 700px) {

	.shopping-2 .activity_one li,
	.activity_two li {
		right: 0;
		position: relative;
	}
}

@media (min-width: 700px) {
	/* .mall {
		padding: 96px 0 55px;
	} */
}

@media (min-width: 813px) {
	.mallList {
		margin: 0 -15px;
	}
	.mall {
		bottom: 10%;
	}
}


/* �`�N�ƶ� */
.notice {
	font-size: 16px;
	line-height: 1.6em;
	color: #666;
	background-color: #f7f7f7;
	padding: 30px 0;
	text-align: left;
}

.notice_two li {
	list-style-type: disc;
	margin-left: 1.5em;
}

.notice_one li {
	list-style-type: none;
	margin-left: 1.5em;
}

form[name='esun'] label {
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

/* Scroll Top*/
.scrollTop {
	cursor: pointer;
	position: fixed;
	bottom: 5%;
	right: 2%;
	font-size: 1.5em;
	color: #ffffff;
	background-color: #25bfa1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.hide {
	display: none;
}
/* footer */
.footerWarning {
	color: #555;
	background: #e6e6e6;
}

.footerWarning_cont {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
	box-sizing: border-box;
}

.footerWarning_title {
	font-size: 24px;
	margin-top: 0.4em;
	letter-spacing: 0.2em;
	text-align: center;
}

.footerWarning_txt {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}


/*����*/
.for_pc {}

.for_phone {
	display: none !important;
}

@media screen and (max-width:767px) {
	.for_pc {
		display: none !important;
	}

	.for_phone {
		display: block !important;
	}
}